home *** CD-ROM | disk | FTP | other *** search
- # Attach interfaces
- # Syntax: attach <hw type> <I/O address> <vector> <mode> <label>
- # <bufsize> <mtu> [<speed>]
- # attach 3c500 0x300 3 arpa ec0 5 1500
- # The following is used for a UNIX version
- # Syntax: attach <hw type> <not used but needs to be here> <string version of
-
- attach asy 0 a slip sl0 512 512 19200
-
- hostname macintosh
-
- ax25 mycall n9dvb
-
- attach appletalk 7e b arpa at0 600 600
-
- # attach asy 0 a ax25 sl0 1500 1500 19200
- # Second asynch controller's interrupt vector conflicts with 3Com card
- # attach asy 0x2f8 3 slip sl1 1500 576 9600
- # PC-100 driver doesn't work yet
- #attach pc100 0x380 2 ax25 pc0 1024 576 1200
- # Remainder of configuration
-
- ip addr mac
- route add default sl0
-
- #note: these window and mss values are optimal for Ethernet; try smaller
- #values (256-512 bytes) first over packet radio
- tcp window 256
- tcp mss 256
- start smtp
- start ftp
- start echo
- start discard
- start telnet
-